From: Glenn Morris Date: Tue, 27 Mar 2012 06:45:12 +0000 (-0700) Subject: * lisp/startup.el (mail-host-address): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~2326^2~2722 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b4fa35fa9c8468dc1a26c54f5e84e64301f7e1d8;p=emacs.git * lisp/startup.el (mail-host-address): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 93ae0f12862..ca07cc36062 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-03-27 Glenn Morris + + * startup.el (mail-host-address): Doc fix. + 2012-03-26 Stefan Monnier * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more diff --git a/lisp/startup.el b/lisp/startup.el index 57d7a74e5ec..37e4f550dcd 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -339,7 +339,9 @@ this variable usefully is to set it while building and dumping Emacs." (error "Customizing `site-run-file' does not work"))) (defcustom mail-host-address nil - "Name of this machine, for purposes of naming users." + "Name of this machine, for purposes of naming users. +If non-nil, Emacs uses this instead of `system-name' when constructing +email addresses." :type '(choice (const nil) string) :group 'mail)